XUnit Basics
Recent Changes
Testcase Object
|
Category: XUnit Basics
|
19 October 2006
|
We create a Command object for each test and call the
run method when we wish to execute it.
|
Test Discovery
|
Category: XUnit Basics
|
19 October 2006
|
The Test Automation Framework discovers all the tests that
belong to the test suite automatically.
|
Test Suite Object
|
Category: XUnit Basics
|
19 October 2006
|
Define a collection class that implements the standard test interface and use
it to run a set of related Testcase Objects.
|
Test Runner
|
Category: XUnit Basics
|
11 October 2006
|
Define an application that instantiates a Test Suite Object
and executes all the Testcase Objects it contains.
|
Test Selection
|
Category: XUnit Basics
|
19 January 2004
|
The Test Automation Framework selects the Test Methods to be run at runtime based on attributes of the tests.
|
Test Enumeration
|
Category: XUnit Basics
|
19 January 2004
|
The test automater manually writes the code that enumerates
all tests that belong to the test suite.
|
Page generated at Wed Feb 09 16:39:55 +1100 2011
Copyright © 2003-2008 Gerard Meszaros all rights reserved